| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRGetViewCenter function to get the view center of a QuickTime VR movie.
OSErr QTVRGetViewCenter (QTVRInstance qtvr, QTVRFloatPoint *viewCenter);
The QTVRGetViewCenter function returns, in the QTVRFloatPoint structure pointed to by the viewCenter parameter, the x and y coordinates of the current view center of the QuickTime VR movie specified by the qtvr parameter.
| Previous | Chapter contents | Chapter top | Section top | Next |